-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With --isolatedModules, --declaration emit is now allowed and builder handles it for incremental compilation #33380
Conversation
now we'll be able to use react in monorepos |
Will it make possible to use |
Ping for review |
@sheetalkamat since its merged into the master I guess it should be available in |
@pleerock Please open a issue with steps to reproduce the issue. I don't see the issue with typescript@next on simple project
|
@sheetalkamat you should try it in a composite project. reproduction: https://github.com/pleerock/learn-a |
@pleerock Still no repro
|
@sheetalkamat I apologize, my bad here. Thought I was using local version when running Everything is working on latest beta, thanks! |
Enables .d.ts emit with
--isolatedModules
Builder handles the emit so that it can cache semantic diagnostics as well as do d.ts emit
Fixes #29490 and #32294